Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: OpenDoc Class Reference /
Part 1 - Classes and Methods / ODTypeList


CreateTypeListIterator

The CreateTypeListIterator method creates a type-list iterator for this type list.

ODTypeListIterator CreateTypeListIterator ();
return value
A reference to the newly created type-list iterator.
DISCUSSION
You call this method if you need to apply an operation to each element of this type list.

While you are using the returned type-list iterator, you must not modify this type list; in particular, you must not add or remove elements and you must not delete this list type list.

You must delete the returned type-list iterator when it is no longer needed.

EXCEPTIONS
kODErrOutOfMemory
There is not enough memory to create the iterator.
SEE ALSO
The ODTypeListIterator class (page 802).
Table 11-1 on page 466 in OpenDoc Programmer's Guide.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
17 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help